Skip to content

Commit

Permalink
removing number prefixes and other small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zaremba committed Mar 24, 2015
1 parent 603cf2b commit c779251
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 21 deletions.
14 changes: 7 additions & 7 deletions GETTING-STARTED.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1>Quick Start Guide</h1>
<p>Atlas is currently in its Beta release; this means that, while we feel the system is ready to be used, it's still actively under development and needs some rigorous testing. That's where you come in! Here are the most important things you need to know to get started.</p>

<section data-type="sect1">
<h1>Atlas (Beta Release) Is Built on Git</h1>
<h1>Atlas Is Built on Git</h1>

<p>Atlas is built on <a data-original-title="" href="http://git-scm.com" title="">Git</a>, the powerful version control system that tracks every change in your content, who made it, and when it happened. What this means is that your content is secure and can be rolled back to any previous version if necessary. Git also provides the functionality for seamless collaboration tools.</p>
</section>
Expand All @@ -14,11 +14,11 @@ <h1>Your Projects</h1>

<p>When you sign into Atlas, <strong>the first thing you'll see is a list of all your existing projects</strong>. If you want to edit or build from an existing project, simply find and click the project in the list. To <strong>create a new project</strong>, click the New Project button to the right of the projects list.</p>

<figure><img alt="Alt Text" class="icontentsimagesnewprojpng" src="images/newproj.png" />
<figure><img alt="Atlas new project button." class="icontentsimagesnewprojpng" src="images/newproj.png" />
<figcaption>Click the New Project button in your project list to start fresh.</figcaption>
</figure>

<p>If you want to start from scratch, you can define the title and description for your project and choose a project template to pre-populate your new repository with some skeleton files based on the kind of project you&rsquo;re making.</p>
<p>If you want to start from scratch, you can define the title and description for your project and choose a project template to pre-populate your new repository with some skeleton files based on the kind of project you're making.</p>

<p>You can also create a new Atlas project by importing an existing project from GitHub.</p>

Expand All @@ -38,7 +38,7 @@ <h1>Writing and Editing</h1>

<p><strong>The Atlas editor has two writing modes</strong>: the Visual Editor and the Code Editor. The Visual Editor is an online authoring environment similar to a word processor, with a formatting toolbar for tagging and styling your content. Documents created in the Visual Editor are stored as <a href="http://oreillymedia.github.io/HTMLBook/">HTMLBook</a>, a specification of <a href="http://en.wikipedia.org/wiki/HTML5">HTML5</a>. The Code Editor allows you to view and edit the underlying HTML5 markup for your document. You can toggle back and forth between the Visual and Code Editors, and changes you make in either mode will immediately be reflected in the other.</p>

<p>While <strong>HTML5 is the default markup language for Atlas content</strong>, Atlas also supports documents written in<strong> <a data-original-title="" href="https://help.github.com/articles/github-flavored-markdown" title="">Markdown</a>, <a href="http://www.methods.co.nz/asciidoc/">AsciiDoc</a>, and <a data-original-title="" href="http://www.docbook.org/" title="">DocBook XML</a></strong>. All three of these formats can be edited using the Code Editor.</p>
<p>While <strong>HTML5 is the default markup language for Atlas content</strong>, Atlas also supports documents written in<strong> <a href="https://help.github.com/articles/github-flavored-markdown">Markdown</a>, <a href="http://www.methods.co.nz/asciidoc/">AsciiDoc</a>, and <a href="http://www.docbook.org/">DocBook XML</a></strong>. All three of these formats can be edited using the Code Editor.</p>

<p>In both writing modes, you can <strong>navigate among your files using the Files menu</strong> to the left of the screen, <strong>create and delete files and folders</strong>, <strong>upload images</strong>, <strong>save your project</strong> (specify a custom commit message by clicking on the dropdown arrow next to the Save button), and even <strong>initiate builds</strong>.</p>
</section>
Expand Down Expand Up @@ -79,7 +79,7 @@ <h1>Building</h1>

<p>Click Save, and now you can build from the dashboard.</p>

<figure><img alt="Alt Text" class="icontentsimagesquickbuildspng" src="images/quickbuilds.png" />
<figure><img alt="Atlas build button." class="icontentsimagesquickbuildspng" src="images/quickbuilds.png" />
<figcaption>The Builds menu on the project dashboard allows you to quickly trigger a build using your previously chosen settings.</figcaption>
</figure>

Expand All @@ -93,7 +93,7 @@ <h1>Themes and Design</h1>

<p><strong>To apply a theme to your project</strong>, choose one of the default themes on the Configure page, or add a link to your own custom theme.</p>

<figure><img alt="Alt Text" class="icontentsimagesthemepng" src="images/theme.png" />
<figure><img alt="Atlas theme selector." class="icontentsimagesthemepng" src="images/theme.png" />
<figcaption>Add a design to your project on the Configure page.</figcaption>
</figure>
</section>
Expand All @@ -107,6 +107,6 @@ <h1>Building Locally with the API</h1>
<section data-type="sect1">
<h1>Finding Help</h1>

<p>For more details on any of the above topics, or for more advanced information, <strong><a data-original-title="" href="https://atlas.oreilly.com/help" title="">visit the Atlas help and support page</a></strong>.</p>
<p>For more details on any of the above topics, or for more advanced information, <strong><a href="https://atlas.oreilly.com/help">visit the Atlas help and support page</a></strong>.</p>
</section>
</section>
File renamed without changes.
14 changes: 7 additions & 7 deletions atlas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"branch": "master",
"files": [
"cover.html",
"01-titlepage.html",
"02-copyright.html",
"03-toc.html",
"04-preface.html",
"05-chapter.html",
"06-appendix.html",
"07-ix.html"
"titlepage.html",
"copyright.html",
"toc.html",
"preface.html",
"chapter.html",
"appendix.html",
"ix.html"
],
"formats": {
"pdf": {
Expand Down
9 changes: 3 additions & 6 deletions 05-chapter.html → chapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h1>This Is a Note</h1>

<p>Now, let's take a look at a figure with a caption:</p>

<figure><img src="images/figure.jpg" />
<figcaption>This is a caption describing the picture of my friend Mike's cat.</figcaption>
<figure><img alt="Drawing of tarsiers" src="images/tarsier.png" />
<figcaption>This is a caption describing the drawing of tarsiers.</figcaption>
</figure>

<section data-type="sect2">
Expand All @@ -38,7 +38,4 @@ <h5>Sidebar Title</h5>
</aside>
</section>
</section>
</section>
<!-- Files for the following:
Copyright
-->
</section>
2 changes: 1 addition & 1 deletion 02-copyright.html → copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1>{{ title }}</h1>

<p>by Author Name</p>

<p>Copyright © 2014</p>
<p>Copyright © 2015</p>

<p>This is a legal notice of some kind. You can add notes about the kind of license you are using for your book (e.g., Creative Commons), or anything else you feel you need to specify.</p>

Expand Down
Binary file removed images/figure.jpg
Binary file not shown.
Binary file added images/tarsier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c779251

Please sign in to comment.