You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rearreanged some templates.
home.html now inherits from base.html.
search_results.html inherits from home.html.
Namespaced the 'app' app with the name 'app'.
Named the URL patterns and replaced absolute links with url template tag.
Renamed tagslink.html to taglinks.html.
Named the 'api' app's homepage as 'api-home' and used that name with the url template tag in base.html.
tutorialdb is a small scale search engine for programming/dev tutorials, it is meant to help anyone who is getting started to learn a new technology.
16
-
</li>
17
-
<liclass="list-item">
18
-
The sole purpose of tutorialdb is to help people get to resoures which might help them learn new things for e.g sometimes there are tutorials on personal blogs which do not get indexed in google easily.
19
-
</li>
20
-
<liclass="list-item">
21
-
All the content (tutorials) is owned by the respective authors/sites.<br>
22
-
tutorialdb maintains its own database saving the links to tutorials and some meta info.
tutorialdb is a small scale search engine for programming/dev tutorials, it is meant to help anyone who is getting started to learn a new technology.
14
+
</li>
15
+
<liclass="list-item">
16
+
The sole purpose of tutorialdb is to help people get to resoures which might help them learn new things for e.g sometimes there are tutorials on personal blogs which do not get indexed in google easily.
17
+
</li>
18
+
<liclass="list-item">
19
+
All the content (tutorials) is owned by the respective authors/sites.<br>
20
+
tutorialdb maintains its own database saving the links to tutorials and some meta info.
0 commit comments