cambiato il sistema di salvataggio delle pagine da pagina.html a /pagina/index.html, con l'eccezione di index che si salva da se in /index.html)
This commit is contained in:
parent
c4f52d1aea
commit
63bc9704c6
|
@ -1,10 +1,6 @@
|
||||||
Title: Linee guida mailing list
|
Title: Linee guida mailing list
|
||||||
Slug: howto_mailinglist
|
Slug: howto_mailinglist
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Linee guida: Mailing list
|
|
||||||
|
|
||||||
## Non usare HTML
|
## Non usare HTML
|
||||||
|
|
||||||
Il testo semplice è buono. Tutti lo leggono, sempre, con piacere.
|
Il testo semplice è buono. Tutti lo leggono, sempre, con piacere.
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
Title: unit state of mind
|
Title: unit state of mind
|
||||||
Slug: index
|
Slug: index
|
||||||
|
Url: index.html
|
||||||
|
Save_as: index.html
|
||||||
|
|
||||||
[manifesto](manifesto.html) | [faq](faq.html) | [newsletter](https://noise.autistici.org/mailman/listinfo/unit-news)
|
[manifesto](manifesto/) | [faq](faq/) | [newsletter](https://noise.autistici.org/mailman/listinfo/unit-news)
|
||||||
|
|
||||||
[wiki](https://wiki.unit.abbiamoundominio.org/) | [git](https://git.abbiamoundominio.org/)
|
[wiki](https://wiki.unit.abbiamoundominio.org/) | [git](https://git.abbiamoundominio.org/)
|
||||||
|
|
||||||
[pmomp](pmomp.html) | [criptolibretto](criptolibretto.html) | [cheek2cheek](c2c.html) | [lost](http://lost.abbiamoundominio.org/)
|
[pmomp](pmomp/) | [criptolibretto](criptolibretto/) | [cheek2cheek](c2c/) | [lost](http://lost.abbiamoundominio.org/)
|
||||||
|
|
||||||
[comunicati](comunicati/index.html) | [nolike](nolike.html)
|
[nolike](nolike/)
|
||||||
|
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
|
@ -47,6 +47,6 @@ ma aspettiamo una risposta per domani mattina.
|
||||||
----[ 2 - Domande ]------------------------------------------------------------
|
----[ 2 - Domande ]------------------------------------------------------------
|
||||||
|
|
||||||
Hai delle domande? E noi abbiamo delle FAQ:
|
Hai delle domande? E noi abbiamo delle FAQ:
|
||||||
http://unit.abbiamoundominio.org/faq.html
|
http://unit.abbiamoundominio.org/faq/
|
||||||
|
|
||||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||||
|
|
|
@ -94,7 +94,7 @@ Questi strumenti di comunicazione sociale sono:
|
||||||
* **Il feed RSS e la pagina web per la diffusione**
|
* **Il feed RSS e la pagina web per la diffusione**
|
||||||
|
|
||||||
|
|
||||||
Ci impegniamo a divulgare l'uso della email e della mailing list. vedi: [Come usare una mailing list](howto-mailinglist.html)
|
Ci impegniamo a divulgare l'uso della email e della mailing list. vedi: [Come usare una mailing list](/howto_mailinglist/)
|
||||||
|
|
||||||
L'email è portatile, collaudata, universalmente accettata, archivabile, asincrona.
|
L'email è portatile, collaudata, universalmente accettata, archivabile, asincrona.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ AUTHOR = u'Unit'
|
||||||
SITENAME = u'unit'
|
SITENAME = u'unit'
|
||||||
# SITEURL = 'https://unit.abbiamoundominio.org'
|
# SITEURL = 'https://unit.abbiamoundominio.org'
|
||||||
SITEURL = ''
|
SITEURL = ''
|
||||||
|
SITELOGO = '/images/logo.png'
|
||||||
# SITESUBTITLE = ''
|
# SITESUBTITLE = ''
|
||||||
|
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
|
@ -55,8 +55,8 @@ WITH_FUTURE_DATES = False
|
||||||
|
|
||||||
THEME = 'themes/minimo'
|
THEME = 'themes/minimo'
|
||||||
|
|
||||||
PAGE_URL = '{slug}.html'
|
PAGE_URL = '{slug}/index.html'
|
||||||
PAGE_SAVE_AS = '{slug}.html'
|
PAGE_SAVE_AS = '{slug}/index.html'
|
||||||
ARTICLE_URL = 'blog/{date:%Y-%m-%d}-{slug}.html'
|
ARTICLE_URL = 'blog/{date:%Y-%m-%d}-{slug}.html'
|
||||||
ARTICLE_SAVE_AS = 'blog/{date:%Y-%m-%d}-{slug}.html'
|
ARTICLE_SAVE_AS = 'blog/{date:%Y-%m-%d}-{slug}.html'
|
||||||
|
|
||||||
|
@ -67,9 +67,11 @@ USE_FOLDER_AS_CATEGORY = True
|
||||||
DISPLAY_PAGES_ON_MENU = False
|
DISPLAY_PAGES_ON_MENU = False
|
||||||
DISPLAY_CATEGORIES_ON_MENU = False
|
DISPLAY_CATEGORIES_ON_MENU = False
|
||||||
|
|
||||||
MENUITEMS = (('HOME |', 'index.html'),
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
('NEWS |', 'articles.html'),
|
|
||||||
('CATEGORIE |', 'categories.html'),
|
MENUITEMS = (('HOME |', '/index.html'),
|
||||||
('TAG |', 'tags.html'),
|
('NEWS |', '/articles.html'),
|
||||||
('CONTATTI |', 'contatti.html'),
|
('CATEGORIE |', '/categories.html'),
|
||||||
('RSS', 'feeds/all.atom.xml'),)
|
('TAG |', '/tags.html'),
|
||||||
|
('CONTATTI |', '/contatti'),
|
||||||
|
('RSS', '/feeds/all.atom.xml'),)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user