All Projects → memowe → contenticious

memowe / contenticious

Licence: MIT License
A simple file based "CMS" on Mojo steroids!

Programming Languages

perl
6916 projects
CSS
56736 projects

Projects that are alternatives of or similar to contenticious

Websites
Awesome Websites
Stars: ✭ 99 (+45.59%)
Mutual labels:  websites
T-XPLOITER
T-XPLOITER is a Perl program for detect and (even) exploit website(s). Why the name is T-XPLOITER ? T means Triple, XPLOITER means Exploiter. This program has 3 features and functions to detect and (even) exploit website(s), just check it out :).
Stars: ✭ 13 (-80.88%)
Mutual labels:  websites
mute-sites-by-default
WebExtension that mutes all sites by default and remembers unmuted sites
Stars: ✭ 19 (-72.06%)
Mutual labels:  websites
Pyflooder
A http flood python script that could stop a normal website in 10s
Stars: ✭ 174 (+155.88%)
Mutual labels:  websites
web-avant-gardes
💇‍♀️ Collection of experimental, radical, or unorthodox websites
Stars: ✭ 48 (-29.41%)
Mutual labels:  websites
Useful-Softwares-Tools-list
List of useful Softwares, Tools, Plugins, Utilities (Online/Offline)
Stars: ✭ 22 (-67.65%)
Mutual labels:  websites
Awesome Websites
A curated list of awesome websites
Stars: ✭ 59 (-13.24%)
Mutual labels:  websites
xiv-resources
A list of websites and tools for FFXIV.
Stars: ✭ 117 (+72.06%)
Mutual labels:  websites
Monocle
PowerShell Web Automation module, made to make automating websites easier
Stars: ✭ 47 (-30.88%)
Mutual labels:  websites
websites
🔗 Effective Websites Collections
Stars: ✭ 55 (-19.12%)
Mutual labels:  websites
Awesome Dev Websites
📄 A curated list of awesome developer personal websites
Stars: ✭ 182 (+167.65%)
Mutual labels:  websites
Hiper
🚀 A statistical analysis tool for performance testing
Stars: ✭ 2,667 (+3822.06%)
Mutual labels:  websites
learn
RECON learn: a free, open platform for training material on epidemics analysis
Stars: ✭ 33 (-51.47%)
Mutual labels:  websites
Alfred Web Searches
Alfred workflow to search through any website (easily extendable list)
Stars: ✭ 170 (+150%)
Mutual labels:  websites
ulboracms
Ulbora CMS is a self-contained CMS (no database needed) written in Golang. It uses a JSON datastore with content saved in both json files and in memory. You can download and upload a single binary backup file containing content, images, and templates as needed. It also has a built-in mail sender.
Stars: ✭ 42 (-38.24%)
Mutual labels:  websites
Awesome Ios Resource
📱 A curated list of awesome iOS resources, including conferences, books, blogs, articles, websites and documentations
Stars: ✭ 1,289 (+1795.59%)
Mutual labels:  websites
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (+85.29%)
Mutual labels:  websites
heloworld.xyz
A collection of hello world snippets in multiple programming languages.
Stars: ✭ 17 (-75%)
Mutual labels:  websites
sherlock
🔎 Find usernames across social networks.
Stars: ✭ 47 (-30.88%)
Mutual labels:  websites
google-sheet-to-github-website
This is a working project for operating a data driven website on Github Pages using Google Sheets as a data source.
Stars: ✭ 20 (-70.59%)
Mutual labels:  websites

Contenticious Build Status

Contenticious is a simple way to build a pretty website from Markdown content. It includes a helper script which will create example pages and directories for you to get you started in no time. With one single command Contenticious will create static HTML ready for upload. It's also possible to mount Contenticious in existing Mojolicious web apps.

See memowe.github.com/contenticious for an introduction.

Prerequisites

Package Version
perl 5.10.1
File::Copy::Recursive  0.38
File::Share 0.25
Mojolicious 8.05
Mojolicious::Plugin::AssetPack 1.45
Mojolicious::Plugin::PODViewer 0.004
Mojolicious::Plugin::RelativeUrlFor 0.052
Mojolicious::Plugin::Subdispatch  0.04
Text::Markdown 1.000031

Build requires

Package Version
File::ShareDir::Install 0.13

Installation

This distribution is available on CPAN. You can install it like any other CPAN module via

$ cpan Contenticious

or

$ cpanm Contenticious

See their documentation for details. To install it manually, download the dist tarball or clone the git repository and execute the following standard procedure:

$ cpanm --installdeps --notest .
$ perl Makefile.PL
$ make
$ make test
$ make install

It's possible to use this module from inside of its dist directory without installation.

Documentation

After installation you can access the main documentation with this command:

$ perldoc Contenticious

It's possible to view the same file without installing Contenticious.

Author and License

Copyright (c) Mirko Westermeier, [email protected].

Credits:

Thank you for your contributions!

Published under the MIT license. See MIT-LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].