| Author: | William Chambers |
|---|
Haven is a web-based application to manage content for the CubeCreate game engine. Once complete, it should manage many kinds of content including:
- User accounts
- Game resources such as audio, maps & textures
| #!/bin/bash | |
| #========================== | |
| # bash - find path to script | |
| #========================== | |
| abspath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")" | |
| # to get the path only - not the script name - add | |
| path_only=`dirname "$abspath"` | |
| echo $path_only |
| BIOS | |
| Basically Intelligent Operational Systems | |
| ----------------------------------------- | |
| BIOS is intended to be a collection of applications designed to be built on | |
| to create an entire website. It can be compared to Drupal. | |
| bios_auth | |
| --------- |
| [pipeline:main] | |
| pipeline = | |
| egg:Paste#evalerror | |
| tosca | |
| egg:repoze.tm2#tm | |
| sql | |
| [filter:tosca] | |
| use = egg:toscawidgets#middleware | |
| toscawidgets.framework.default_view = mako |
| Author: | William Chambers |
|---|---|
| Discussion: | https://convore.com/cubecreate/future-of-cubecreate/ |
This is meant to be an overview of the various suggested directions of the CubeCreate Project. It's intended to help continue the thought process and aid in deciding the future of CubeCreate.
Options
| Version: | Unreleased |
|---|---|
| PyPI: | Unreleased |
| Source: | https://github.com/BiosElement/Arcology (Git) |
| Issues: | https://github.com/BiosElement/Arcology/issues |
| Wiki: | https://github.com/BiosElement/Arcology/wiki |
| Convore: | arcology-convore_ |
| Mailing List: | pylons-discuss_ |
| #These are Global Settings for Residence. | |
| Global: | |
| # This loads the <language>.yml file in the Residence Language folder | |
| # All Residence text comes from this file. (NOT DONE YET) | |
| Language: English | |
| # Wooden Axe is the default selection tool for Residence. | |
| # You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values | |
| SelectionToolId: 271 | |
| # This determins which tool you can use to see info on residences, default is String. | |
| # Simply equip this tool and hit a location inside the residence and it will display the info for it. |
| from pyramid.response import Response | |
| from pyramid.view import view_config | |
| from sqlalchemy.exc import DBAPIError | |
| from .models import ( | |
| DBSession, | |
| MyModel, | |
| ) |
Written by William Chambers in consult with community members.
There exists a large number of Content Management Systems (CMS) with the goal of making it easier to publish content on the web. Many of these take different approaches with their design, programming language, philosophy and end result. This makes sense because the needs of an individual blogger and an editor for a major news room are very different and these need different solutions.
| <section class="comment"> | |
| <div class="g-comments" data-href="{{@blog.url}}{{url}}" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ Comments ...</div> | |
| <script async type="text/javascript" src="//apis.google.com/js/plusone.js?callback=gpcb"></script> | |
| <noscript>Please enable JavaScript to view the <a href="https://plus.google.com/">comments powered by Google+.</a></noscript> | |
| </section> |