Skip to content

Commit

Permalink
update gitignore, rerun scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 10, 2025
1 parent e546faf commit 1eee092
Show file tree
Hide file tree
Showing 146 changed files with 210 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ config/.mypy_cache
config/module/__pycache__
# config/*.yaml
# config/**/*.yaml

build/data/tags/__pycache__/
build/data/styles/__pycache__/
build/data/tags/values/__pycache__/
build/data/styles/values/__pycache__/
build/__pycache__
build/data/__pycache__
build/tags/__pycache__/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions build/styles/accent-color.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild

Expand Down
1 change: 1 addition & 0 deletions build/styles/align-content.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild

Expand Down
1 change: 1 addition & 0 deletions build/styles/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild

Expand Down
1 change: 1 addition & 0 deletions build/tags/a.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
import rels
Expand Down
1 change: 1 addition & 0 deletions build/tags/abbr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_TITLE",
"parent_element": "abbr",
"generate_name": "title",
"type": "AST_TYPE_ANY",
"text": {
Expand Down
1 change: 1 addition & 0 deletions build/tags/abbr.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
1 change: 1 addition & 0 deletions build/tags/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
12 changes: 12 additions & 0 deletions build/tags/area.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_ALT",
"parent_element": "area",
"generate_name": "alt",
"type": "AST_TYPE_ANY",
"text": {
Expand All @@ -28,6 +29,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_COORDS",
"parent_element": "area",
"generate_name": "coords",
"type": "AST_TYPE_STRING",
"text": {
Expand All @@ -43,6 +45,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_DOWNLOAD",
"parent_element": "area",
"generate_name": "download",
"type": "AST_TYPE_ANY",
"text": {
Expand All @@ -58,6 +61,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_DOWNLOAD",
"parent_element": "area",
"generate_name": "download",
"type": "AST_TYPE_ANY",
"text": {
Expand All @@ -73,6 +77,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_HREF",
"parent_element": "area",
"generate_name": "href",
"type": "AST_TYPE_URL",
"text": {
Expand All @@ -88,6 +93,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_HREFLANG",
"parent_element": "area",
"generate_name": "hreflang",
"type": "AST_TYPE_STRING",
"text": {
Expand Down Expand Up @@ -2904,6 +2910,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_MEDIA",
"parent_element": "area",
"generate_name": "media",
"type": "AST_TYPE_ANY",
"text": {
Expand All @@ -2919,6 +2926,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_REFERRERPOLICY",
"parent_element": "area",
"generate_name": "referrerpolicy",
"type": "AST_TYPE_STRING",
"text": {
Expand Down Expand Up @@ -3019,6 +3027,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_REL",
"parent_element": "area",
"generate_name": "rel",
"type": "AST_TYPE_STRING",
"text": {
Expand Down Expand Up @@ -3191,6 +3200,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_SHAPE",
"parent_element": "area",
"generate_name": "shape",
"type": "AST_TYPE_STRING",
"text": {
Expand Down Expand Up @@ -3255,6 +3265,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_TARGET",
"parent_element": "area",
"generate_name": "target",
"type": "AST_TYPE_STRING",
"text": {
Expand Down Expand Up @@ -3319,6 +3330,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_TYPE",
"parent_element": "area",
"generate_name": "type",
"type": "AST_TYPE_STRING",
"text": {
Expand Down
1 change: 1 addition & 0 deletions build/tags/area.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
import rels
Expand Down
1 change: 1 addition & 0 deletions build/tags/article.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
1 change: 1 addition & 0 deletions build/tags/aside.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
6 changes: 6 additions & 0 deletions build/tags/audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_AUTOPLAY",
"parent_element": "audio",
"generate_name": "autoplay",
"type": "AST_TYPE_BOOLEAN",
"text": {
Expand All @@ -28,6 +29,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_CONTROLS",
"parent_element": "audio",
"generate_name": "controls",
"type": "AST_TYPE_BOOLEAN",
"text": {
Expand All @@ -43,6 +45,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_LOOP",
"parent_element": "audio",
"generate_name": "loop",
"type": "AST_TYPE_BOOLEAN",
"text": {
Expand All @@ -58,6 +61,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_MUTED",
"parent_element": "audio",
"generate_name": "muted",
"type": "AST_TYPE_BOOLEAN",
"text": {
Expand All @@ -73,6 +77,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_PRELOAD",
"parent_element": "audio",
"generate_name": "preload",
"type": "AST_TYPE_STRING",
"text": {
Expand Down Expand Up @@ -125,6 +130,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_SRC",
"parent_element": "audio",
"generate_name": "src",
"type": "AST_TYPE_URL",
"text": {
Expand Down
1 change: 1 addition & 0 deletions build/tags/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
1 change: 1 addition & 0 deletions build/tags/b.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
2 changes: 2 additions & 0 deletions build/tags/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_HREF",
"parent_element": "base",
"generate_name": "href",
"type": "AST_TYPE_URL",
"text": {
Expand All @@ -28,6 +29,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_TARGET",
"parent_element": "base",
"generate_name": "target",
"type": "AST_TYPE_BOOLEAN",
"text": {
Expand Down
1 change: 1 addition & 0 deletions build/tags/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
import targets
Expand Down
1 change: 1 addition & 0 deletions build/tags/bdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
1 change: 1 addition & 0 deletions build/tags/bdo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_DIR",
"parent_element": "bdo",
"generate_name": "dir",
"type": "AST_TYPE_STRING",
"text": {
Expand Down
1 change: 1 addition & 0 deletions build/tags/bdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
import dirs
Expand Down
1 change: 1 addition & 0 deletions build/tags/blockquote.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_CITE",
"parent_element": "blockquote",
"generate_name": "cite",
"type": "AST_TYPE_URL",
"text": {
Expand Down
1 change: 1 addition & 0 deletions build/tags/blockquote.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
import dirs
Expand Down
1 change: 1 addition & 0 deletions build/tags/br.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from lang import Lang
from prebuild import Prebuild
Expand Down
1 change: 1 addition & 0 deletions build/tags/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

import targets
import methods
Expand Down
2 changes: 2 additions & 0 deletions build/tags/canvas.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_WIDTH",
"parent_element": "canvas",
"generate_name": "width",
"type": "AST_TYPE_SIZE",
"text": {
Expand All @@ -28,6 +29,7 @@
},
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_HEIGHT",
"parent_element": "canvas",
"generate_name": "height",
"type": "AST_TYPE_SIZE",
"text": {
Expand Down
1 change: 1 addition & 0 deletions build/tags/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from type import Type
Expand Down
1 change: 1 addition & 0 deletions build/tags/caption.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
1 change: 1 addition & 0 deletions build/tags/cite.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
1 change: 1 addition & 0 deletions build/tags/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
from lang import Lang
Expand Down
1 change: 1 addition & 0 deletions build/tags/col.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"attributes": [
{
"id": "AST_LAYOUT_ATTRIBUTE_TYPE_SPAN",
"parent_element": "col",
"generate_name": "span",
"type": "AST_TYPE_NUMBER_POSITIVE",
"text": {
Expand Down
1 change: 1 addition & 0 deletions build/tags/col.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(os.path.join(parent_dir, "data", "tags"))
sys.path.append(os.path.join(parent_dir, "data", "tags", "values"))

from prebuild import Prebuild
import rels
Expand Down
Loading

0 comments on commit 1eee092

Please sign in to comment.