diff --git a/GETTING-STARTED.html b/GETTING-STARTED.html index 7ba7eefa..319db9c5 100644 --- a/GETTING-STARTED.html +++ b/GETTING-STARTED.html @@ -4,7 +4,7 @@

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.

-

Atlas (Beta Release) Is Built on Git

+

Atlas Is Built on Git

Atlas is built on Git, 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.

@@ -14,11 +14,11 @@

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

-
Alt Text +
Atlas new project button.
Click the New Project button in your project list to start fresh.
-

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.

+

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.

You can also create a new Atlas project by importing an existing project from GitHub.

@@ -38,7 +38,7 @@

The Atlas editor has two writing modes: 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 HTMLBook, a specification of HTML5. 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.

-

While HTML5 is the default markup language for Atlas content, Atlas also supports documents written in Markdown, AsciiDoc, and DocBook XML. All three of these formats can be edited using the Code Editor.

+

While HTML5 is the default markup language for Atlas content, Atlas also supports documents written in Markdown, AsciiDoc, and DocBook XML. All three of these formats can be edited using the Code Editor.

In both writing modes, you can navigate among your files using the Files menu to the left of the screen, create and delete files and folders, upload images, save your project (specify a custom commit message by clicking on the dropdown arrow next to the Save button), and even initiate builds.

@@ -79,7 +79,7 @@

Click Save, and now you can build from the dashboard.

-
Alt Text +
Atlas build button.
The Builds menu on the project dashboard allows you to quickly trigger a build using your previously chosen settings.
@@ -93,7 +93,7 @@

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

-
Alt Text +
Atlas theme selector.
Add a design to your project on the Configure page.
@@ -107,6 +107,6 @@

Finding Help

-

For more details on any of the above topics, or for more advanced information, visit the Atlas help and support page.

+

For more details on any of the above topics, or for more advanced information, visit the Atlas help and support page.

diff --git a/06-appendix.html b/appendix.html similarity index 100% rename from 06-appendix.html rename to appendix.html diff --git a/atlas.json b/atlas.json index c91a4d7e..a4269001 100644 --- a/atlas.json +++ b/atlas.json @@ -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": { diff --git a/05-chapter.html b/chapter.html similarity index 89% rename from 05-chapter.html rename to chapter.html index e4b5feb1..88a05583 100644 --- a/05-chapter.html +++ b/chapter.html @@ -22,8 +22,8 @@

Now, let's take a look at a figure with a caption:

-
-
This is a caption describing the picture of my friend Mike's cat.
+
Drawing of tarsiers +
This is a caption describing the drawing of tarsiers.
@@ -38,7 +38,4 @@
- - + \ No newline at end of file diff --git a/02-copyright.html b/copyright.html similarity index 93% rename from 02-copyright.html rename to copyright.html index 8e947722..91861842 100644 --- a/02-copyright.html +++ b/copyright.html @@ -3,7 +3,7 @@

by Author Name

-

Copyright © 2014

+

Copyright © 2015

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.

diff --git a/images/figure.jpg b/images/figure.jpg deleted file mode 100644 index 25a7aa03..00000000 Binary files a/images/figure.jpg and /dev/null differ diff --git a/images/tarsier.png b/images/tarsier.png new file mode 100644 index 00000000..8c7a5f65 Binary files /dev/null and b/images/tarsier.png differ diff --git a/07-ix.html b/ix.html similarity index 100% rename from 07-ix.html rename to ix.html diff --git a/04-preface.html b/preface.html similarity index 100% rename from 04-preface.html rename to preface.html diff --git a/01-titlepage.html b/titlepage.html similarity index 100% rename from 01-titlepage.html rename to titlepage.html diff --git a/03-toc.html b/toc.html similarity index 100% rename from 03-toc.html rename to toc.html