This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ----------------------------------------------------------------------------- | |
% | |
% STANDARD MANUSCRIPT FORMAT LaTeX TEMPLATE FOR PANDOC | |
% | |
% NOTE: This template has a newer version: | |
% https://github.com/dylan-k/panscribe/blob/main/templates/story.latex | |
% Comments and Pull Requests are Welcome | |
% | |
% ----------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'*** Markdown formatter for Libre(open)Office **** | |
' (pre-alpha-demo) | |
' Author: Jeka [email protected] | |
' License: No any warranties blah blah blah... | |
' Send me real postcard if you Like to use it | |
' | |
' Features: format headers verbatim blocks and formulas | |
' according to Markdown syntax | |
' | |
' Install: Open Tools->Macros->Organize Macros->LibreOffice Basic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AuthType Basic | |
AuthName "Auth Required" | |
AuthUserFile /path/to/.htpasswd | |
Require valid-user | |
# allow public access to the following resources | |
SetEnvIf Request_URI "(path/to/directory/)$" allow | |
SetEnvIf Request_URI "(path/to/file\.phpt)$" allow | |
SetEnvIf Request_URI "(util)$" allow | |
Order allow,deny | |
Allow from env=allow |