rm -f $html/*.html
${MAKEINFO:-makeinfo} --html \
--css-include style.css \
+ --set-customization-variable SECTION_NAME_IN_TITLE=1 \
+ --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
--set-customization-variable FORMAT_MENU=menu \
--set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cryptoparty.ru">' \
--set-customization-variable SHOW_TITLE=0 \
--set-customization-variable DATE_IN_HEADER=1 \
- --set-customization-variable TOP_NODE_UP_URL=index.html \
--set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
--set-customization-variable OPEN_QUOTE_SYMBOL=\" \
-o $html index.texi
( cd static ; tar cf - . | tar xfC - ../$html )
cp -af logo.png $html/
-find $html -type d -exec chmod 755 {} \;
-find $html -type f -exec chmod 644 {} \;
+find $html -type d -exec chmod 755 {} +
+find $html -type f -exec chmod 644 {} +
@itemize
@item отпечаток @code{CF60 E89A 5923 1E76 E263 6422 AE1A 8109 E498 57EF}
@item @url{http://openpgpkey.stargrave.org/.well-known/openpgpkey/stargrave.org/hu/s8kd45yyt8ymu6uttefkjkngyagsui5x.asc, скачать}
-@item @code{gpg --keyserver hkp://keys.gnupg.net/ --recv-keys AE1A8109E49857EF}
@item @code{gpg --auto-key-locate dane --locate-keys admin at cypherpunks dot ru}
@item @code{gpg --auto-key-locate wkd --locate-keys admin at cypherpunks dot ru}
@end itemize
Это продолжение движения шифропанков (особо активного в 90-е годы).
Движение представляет самоорганизующиеся инициативы по сбору людей,
-рассказа и обучения работы с программным обеспечением уважающим
+рассказа и обучения работе с программным обеспечением уважающим
приватность и безопасность.
В самом простом случае это собрание небольшой группы людей,
-body {
- margin: auto;
- width: 80em;
- background-color: #AEBECE;
-}
+body { background-color: #AEBECE }
h1, h2, h3, h4 { text-align: center }
h1, h2, h3, h4, strong { color: #900090 }
pre { background-color: #CCCCCC }