Merge pull request #12 from oreillymedia/zaremba

removing number prefixes
pull/192/head
zaremba 9 years ago
commit 6908b68625

@ -4,7 +4,7 @@
<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>
@ -14,11 +14,11 @@
<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>
@ -38,7 +38,7 @@
<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>
@ -79,7 +79,7 @@
<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>
@ -93,7 +93,7 @@
<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>
@ -107,6 +107,6 @@
<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>

@ -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": {

@ -22,8 +22,8 @@
<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">
@ -38,7 +38,4 @@
</aside>
</section>
</section>
</section>
<!-- Files for the following:
Copyright
-->
</section>

@ -3,7 +3,7 @@
<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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Loading…
Cancel
Save