Demo here, sign up for an account to see the notification system.
Demo here, sign up for an account to see the notification system.
...
@@ -10,7 +10,7 @@ Demo here, sign up for an account to see the notification system.
...
@@ -10,7 +10,7 @@ Demo here, sign up for an account to see the notification system.
NB!! *THIS IS A WORK IN PROGRESS*
NB!! *THIS IS A WORK IN PROGRESS*
---------------------------------
---------------------------------
This is where it all begins. In *1* week we should have a wiki system appealing to any kind of Django developer out there. Here is the manifest (so far):
This is where it all begins. In *<1 week* we should have a wiki system appealing to any kind of Django developer out there. Here is the manifest (so far):
***Be pluggable and light-weight.** Don't integrate optional features in the core.
***Be pluggable and light-weight.** Don't integrate optional features in the core.
***Be open.** Make an extension API that allows the ecology of the wiki to grow. After all, Wikipedia consists of some [680 extensions](http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/) written for MediaWiki.
***Be open.** Make an extension API that allows the ecology of the wiki to grow. After all, Wikipedia consists of some [680 extensions](http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/) written for MediaWiki.
<p>{% trans "Click on an image below to insert in your text. The format of the code inserted is:" %}<br/><code>[image:id alignment caption text]</code></p>
<p>{% trans "Click on an image below to insert in your text. The format of the code inserted is:" %}<br/><code>[image:id alignment caption text]</code></p>
<tableclass="table table-bordered table-striped">
<tableclass="table table-striped">
<tr>
<th>{% trans "File" %}</th>
<th>{% trans "Added" %}</th>
</tr>
{% for image in article|images_for_article %}
{% for image in article|images_for_article %}
<tr>
<tr>
<td>{{ image.get_filename }}</td>
<td>
<td>{{ image.created|naturaltime }}</td>
{% thumbnail image.image "100x50" crop="center" as thumb %}