Autosite

Latest version: v1.4

Safety actively analyzes 619699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.4

This release improves parity with [AutoSite](https://github.com/dotcomboom/AutoSite)'s Apricot engine. Sites that have been made in that version of the program should now build correctly under AutoSite Legacy.

- The `pages/` directory is now used, rather than `in/`. (Keep this in mind when compiling old sites!)
- modified attribute `[modified]` has been added. By default, the modified date is displayed in YYYY-MM-DD format, but this can be adjusted at build time with `--modified`. strftime format is followed, [see here for a reference](https://strftime.org/) or check `--help`.
- `-s` or `--silent` is now the preferred option for building without console output (-q still works)
- Special attributes such as `modified` and `root` are set before user-defined ones. This means they can be overridden if necessary.
- Conditional text has been reworked such that checking for emptiness now works as it does in Apricot.

PyPI release is coming soon as of writing, as well as pyinstaller binaries. These don't require an installation of python or through pip.

**Installing manually:** Install with `pip3 install .` or `pip install .` in the source directory depending on your platform. Make sure your PATH is set up to run `autosite` (pip will likely take care of this for you, but will let you know if manual changes need to be made)! Alternatively, run `python3 -m AutoSite` or `python -m AutoSite` where you wish to build.

1.3

This is a Python 3 parity release that adds CommonMark support and template caching.

1.0

+ New Windows 10 Start menu tile
+ Apricot is now its own DLL library
+ AutoSite Core now included, also uses Apricot

+ Segoe UI now used throughout the UI, and dialogs will be white on systems that support XP visual styles
+ Apricot Log is now formatted with rich text, can now be saved
+ Files can be opened in the editor through context menu
+ Internet Explorer compatibility mode is disabled automagically
+ Window location, size, and maximization status is now saved for next run
+ Site folders dragged onto the AutoSite executable will be opened
+ System file type icons can now be used if desired; View -> Load File Icons
+ Window title now includes path of site folder
+ Start and elapsed times are now logged
+ Packs can be installed through File > Install Pack...

- Website/GitHub links updated
- Ctrl+Shift+O is the new shortcut for opening a site folder
- Experimental/buggy syntax highlighting disabled

- Additional fixes/changes probably

1.0rc5

1.0rc4

1.0rc3

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.