Skip to content

Commit

Permalink
chore(*): switched comment blocks to Fomantic UI references
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed Apr 5, 2019
1 parent 96b97f3 commit 72e5a24
Show file tree
Hide file tree
Showing 76 changed files with 155 additions and 155 deletions.
16 changes: 8 additions & 8 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

### Built-In Tools

From the Semantic directory you can setup gulp to build Semantic by running.
From the Fomantic directory you can setup gulp to build Fomantic by running.

```bash
npm install
```

Semantic will automatically configure itself using a `post-install` script built into the package.
Fomantic will automatically configure itself using a `post-install` script built into the package.

After set-up can use gulp to build your project's css:

Expand All @@ -31,7 +31,7 @@ Each gulp task can be imported into your own Gulpfile using `require`
```javascript
const watch = require('path/to/semantic/tasks/watch');

gulp.task('watch ui', 'Watch Semantic UI', watch));
gulp.task('watch ui', 'Watch Fomantic-UI', watch));
```

#### Importing LESS
Expand All @@ -40,7 +40,7 @@ gulp.task('watch ui', 'Watch Semantic UI', watch));
Before using source files you will need to create a `theme.config` by renaming `theme.config.example`, and a site folder by renaming `_site/` to `site/`

You can then import Semantic from your own LESS files:
You can then import Fomantic from your own LESS files:

```less
/* Import all components */
Expand All @@ -66,7 +66,7 @@ filename | usage | Initial Name

### Workflow

You will only need to use Semantic's build tools while refining your UI. When designing pages, you can rely on the compiled css packages in `dist/`.
You will only need to use Fomantic's build tools while refining your UI. When designing pages, you can rely on the compiled css packages in `dist/`.

When creating your UI you can try <a href="http://www.learnsemantic.com/themes/creating.html">downloading different themes</a>, adjusting your <a href="http://www.learnsemantic.com/developing/customizing.html#setting-global-variables">site-wide settings</a> (font-family, colors, etc) and tweaking components in your site's <a href="http://www.learnsemantic.com/developing/customizing.html#designing-for-the-long-now">component overrides</a>.

Expand All @@ -78,15 +78,15 @@ Files in the `examples/` folder of your project can be useful for testing out c

#### Inheritance

There are three levels of inheritance in Semantic
* Default theme - Semantic UI's neutral default theme
There are three levels of inheritance in Fomantic
* Default theme - Fomantic-UI's neutral default theme
* Packaged theme - A specified packaged theme, like "amazon", or "material"
* Site theme - A theme specific to your site

#### Folder Structure

* `definitions/` contains the `css` and `javascript` definitions for each component
* `themes/` contains *pre-packaged themes* including Semantic's default theme
* `themes/` contains *pre-packaged themes* including Fomantic's default theme
* `site/` contains your current site's theme

View the [Theming Guide](http://learnsemantic.com/themes/overview.html) for a more in-depth look
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/behaviors/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - API
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - API
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/behaviors/form.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Form Validation
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Form Validation
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/behaviors/state.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - State
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - State
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/behaviors/visibility.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Visibility
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Visibility
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/collections/breadcrumb.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Breadcrumb
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/collections/form.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Form
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Form
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/collections/grid.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Grid
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Grid
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* # Semantic - Menu
* http://github.com/semantic-org/semantic-ui/
* # Fomantic - Menu
* http://github.com/fomantic/Fomantic-UI/
*
*
* Copyright 2015 Contributor
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/collections/message.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Message
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Message
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/collections/table.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Table
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Table
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/button.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Button
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Button
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/container.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Container
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Container
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/divider.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Divider
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Divider
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/flag.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Flag
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Flag
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/header.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Header
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Header
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/icon.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Icon
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Icon
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/image.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Image
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Image
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/input.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Input
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Input
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/label.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Label
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Label
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/list.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - List
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - List
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/loader.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Loader
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Loader
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/placeholder.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Loader
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Loader
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/rail.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Rail
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Rail
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/reveal.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Reveal
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Reveal
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/segment.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Segment
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Segment
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/step.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Step
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Step
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/text.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic UI - Text
* # Fomantic-UI - Text
* http://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/globals/reset.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Reset
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Reset
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/globals/site.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Site
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Site
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/globals/site.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Site
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Site
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/accordion.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Accordion
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Accordion
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/accordion.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Accordion
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Accordion
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/calendar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Calendar
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Calendar
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/calendar.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Calendar
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Calendar
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/checkbox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Checkbox
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Checkbox
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/checkbox.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Checkbox
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Checkbox
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/modules/dimmer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* # Semantic UI - Dimmer
* http://github.com/semantic-org/semantic-ui/
* # Fomantic-UI - Dimmer
* http://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
Expand Down
Loading

0 comments on commit 72e5a24

Please sign in to comment.