Skip to content

Commit b7055d3

Browse files
authored
Getting Started: rewrite more concisely (#140)
1 parent 2179493 commit b7055d3

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
---
2-
description: All about creating and distributing apps for elementary OS
2+
description: Creating and distributing apps for elementary OS
33
---
44

55
# Getting Started
66

7-
## What We Will \(And Won't\) Cover
7+
## What is \(and Isn't\) Covered
88

9-
We're going to assume that you have absolutely no experience in writing apps for elementary OS. But we will assume some basic programming knowledge, and hopefully a little experience in Vala or at least similarly syntaxed languages. If you're not familiar with Vala, we highly encourage you to brush up on it before coming here. There are great resources \(text and video\) available for learning Vala on [Valadoc.org](https://valadoc.org/).
9+
No experience in writing apps for elementary OS is assumed, but basic programming knowledge is. A little experience with Vala (or at least similarly syntaxed languages) will be valuable. If you're not familiar with Vala, there are great resources (text and video) available for learning Vala on [Valadoc.org](https://valadoc.org/).
1010

11-
We’re also not covering design too much in this guide; that’s what the [Human Interface Guidelines \(HIG\)](https://docs.elementary.io/hig/) are for, and you’re highly encouraged to take a look there before beginning your app. We're going to assume you have a basic knowledge of \(or at least a quick link to\) the HIG and focus on coding. However, elementary OS is all about great design and stellar consistency. It’s important you grasp these concepts before moving on.
11+
Design is covered in the [Human Interface Guidelines \(HIG\)](https://docs.elementary.io/hig/). We reference the HIG throughout this guide and it's important you grasp the concepts proposed there, but this guide is focused primarily on code.
1212

1313
## Writing Apps
1414

15-
In this book, we're going to talk about building apps using GTK, Granite, and other tech available in elementary OS, setting up a build system, hosting your code for collaborative development, working with translations, a few other bits and pieces, and finally packaging and distributing your new app.
15+
This guide details:
16+
* Building apps using GTK, Granite, and other technology available in elementary OS
17+
* Setting up a build system
18+
* Hosting your code for collaborative development
19+
* Working with translations
20+
* Packaging and distributing your new app on AppCenter
21+
* Working with Platform APIs
1622

17-
Some of you may feel confident enough to jump straight into coding. If that's the case, you might want to skip ahead and start writing your first app.
23+
You may feel confident enough to jump straight into writing your first appp:
1824

19-
However, we strongly recommend to at least skim through the preparation step. Having the right setup is going to help you reach your goals faster, and having a solid foundation is going to help you throughout the rest of this book.
25+
{% page-ref page="appcenter/our-first-app.md" %}
26+
27+
However, we strongly recommend to at least skim "The Basic Setup" first. Having the right setup is going to help you reach your goals faster, and a solid foundation is going to help you throughout the rest of this book.
28+
29+
{% page-ref page="appcenter/the-basic-setup.md" %}
2030

2131
## AppCenter Publishing Requirements
2232

0 commit comments

Comments
 (0)