Skip to content
Snippets Groups Projects
Commit a812f82e authored by Tails developers's avatar Tails developers
Browse files

Merge remote-tracking branch 'origin/feature/simplify_ikiwiki_setup' into devel

parents 623c7d2c d814dc8a
No related branches found
No related tags found
No related merge requests found
......@@ -15,16 +15,7 @@ rm -r \
rm -r /usr/share/amnesia/packages
# Ease transition to "stop shipping bugs/ and todo/ in ISO images"
# This is for people who have a too-clever caching build setup that
# goes on shipping files foverer as long as it has built them once.
rm -rf /usr/share/doc/tails/website/blueprint/ \
/usr/share/doc/tails/website/bugs/ \
/usr/share/doc/tails/website/todo/ \
/usr/share/doc/tails/website/bugs.html \
/usr/share/doc/tails/website/todo.html \
/usr/share/doc/tails/website/wishlist.html \
/usr/share/doc/tails/website/contribute/roadmap.html
rm -rf /usr/share/doc/tails/website/blueprint/
find /usr/share/doc -type f -name changelog.gz -exec rm "{}" \;
find /usr/share/doc -type f -name changelog.Debian.gz -exec rm "{}" \;
......
......@@ -180,7 +180,7 @@ pingurl: []
# lockedit plugin
# PageSpec controlling which pages are locked
locked_pages: '! (bugs/* or forum/*)'
locked_pages: '*'
# moderatedcomments plugin
# PageSpec matching users or comment locations to moderate
......@@ -225,7 +225,7 @@ po_slave_languages:
- fr|Français
- pt|Português
# PageSpec controlling which pages are translatable
po_translatable_pages: '!security/audits and !security/audits/* and (about or chat or contribute or doc or doc/* or download or getting_started or inc/stable_i386_date or index or news or news/* or press or press/* or security or security/* or sidebar or support or support/* or torrents or wishlist)'
po_translatable_pages: '!security/audits and !security/audits/* and (about or bugs or chat or contribute or doc or doc/* or download or getting_started or inc/stable_i386_date or index or news or news/* or press or press/* or security or security/* or sidebar or support or support/* or todo or torrents or wishlist or misc or misc/*)'
# internal linking behavior (default/current/negotiated)
po_link_to: current
......
......@@ -103,7 +103,7 @@ ENV: {}
# regexp of normally excluded files to include
include: '^\.htaccess$'
# regexp of files that should be skipped
exclude: '(^bugs\..*|^bugs\/.*|^contribute\/roadmap\..*|^blueprint\/.*|^forum\/.*|^todo\..*|^wishlist\..*|\/discussion\..*|\/Discussion\..*)'
exclude: '(^blueprint\/.*|^forum\/.*|\/discussion\..*|\/Discussion\..*)'
# specifies the characters that are allowed in source filenames
wiki_file_chars: '-[:alnum:]+/.:_~'
# allow symlinks in the path leading to the srcdir (potentially insecure)
......@@ -201,7 +201,7 @@ po_slave_languages:
- fr|Français
- pt|Português
# PageSpec controlling which pages are translatable
po_translatable_pages: '!security/audits and !security/audits/* and (about or chat or contribute or doc or doc/* or download or getting_started or inc/stable_i386_date or index or news or news/* or press or press/* or security or security/* or sidebar or support or support/* or torrents or wishlist or misc or misc/*)'
po_translatable_pages: '!security/audits and !security/audits/* and (about or bugs or chat or contribute or doc or doc/* or download or getting_started or inc/stable_i386_date or index or news or news/* or press or press/* or security or security/* or sidebar or support or support/* or todo or torrents or wishlist or misc or misc/*)'
# internal linking behavior (default/current/negotiated)
po_link_to: current
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment