GithubHelp home page GithubHelp logo

infamous's Introduction

Directories:
	mason/
		* contains the templated versions of files.  Any file named .html or .css will be run through mason to generate the static files in out/
		* current files that pass through to out:
			file: bios.html            target: out
			file: history.html         target: out
			file: index.html           target: out
			file: philo.html           target: out
			file: photos.html          target: out
			file: style.css            target: out
			file: test.html            target: out
			file: video.html           target: out
	out/
		* static files generated from mason. 
		* static subdirectories for image files: images/ photos/ css/
		css/
		images/
		photos/

Build output files from input files:
	mason/generate.pl mason/ out/
	(Yes, a bit cheesy, but this may well get improved)

Mason template files in mason/
	These files use a simple templating system.
	uses <& &> pairs to offset the tags, this should interoperate with dreamweaver style tools.
	mostly this is used to create the look-and-feel of the pages through page wrapper boilerplate like <& filename key=>value &> to load a file 'filename' and pass in arguments key=value.

	example template:
		<& lib/header.mas, title => "Bid for Kaimana Klassik 23 :: The Truth" &>
		<& lib/leftbar.mas, page_id=>'index' &>
		<& lib/page_header.mas, text => "The Truth" &>
		...
		<& lib/footer.mas &>

infamous's People

Contributors

pabo avatar spazm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

infamous's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.