diff --git a/ext/index/info.php b/ext/index/info.php
index 67e453a3..9c7377fe 100644
--- a/ext/index/info.php
+++ b/ext/index/info.php
@@ -5,11 +5,11 @@ class IndexInfo extends ExtensionInfo
public const KEY = "index";
public $key = self::KEY;
- public $name = "Image List";
+ public $name = "Post List";
public $url = self::SHIMMIE_URL;
public $authors = self::SHISH_AUTHOR;
public $license = self::LICENSE_GPLV2;
- public $description = "Show a list of uploaded images";
+ public $description = "Show a list of uploaded posts";
public $core = true;
public $documentation = "Here is a list of the search methods available out of the box;
Shimmie extensions may provide other filters:
@@ -24,40 +24,40 @@ Shimmie extensions may provide other filters:
size (=, <, >, <=, >=) width x height, eg
- size=1024x768 -- a specific wallpaper size
-
- size>=500x500 -- no small images
-
- size<1000x1000 -- no large images
+
- size>=500x500 -- no small posts
+
- size<1000x1000 -- no large posts
width (=, <, >, <=, >=) width, eg
- - width=1024 -- find images with 1024 width
-
- width>2000 -- find images bigger than 2000 width
+
- width=1024 -- find posts with 1024 width
+
- width>2000 -- find posts bigger than 2000 width
height (=, <, >, <=, >=) height, eg
- - height=768 -- find images with 768 height
-
- height>1000 -- find images bigger than 1000 height
+
- height=768 -- find posts with 768 height
+
- height>1000 -- find posts bigger than 1000 height
ratio (=, <, >, <=, >=) width : height, eg
- ratio=4:3, ratio=16:9 -- standard wallpaper
-
- ratio=1:1 -- square images
-
- ratio<1:1 -- tall images
-
- ratio>1:1 -- wide images
+
- ratio=1:1 -- square posts
+
- ratio<1:1 -- tall posts
+
- ratio>1:1 -- wide posts
filesize (=, <, >, <=, >=) size, eg
- - filesize>1024 -- no images under 1KB
+
- filesize>1024 -- no posts under 1KB
- filesize<=3MB -- shorthand filesizes are supported too
id (=, <, >, <=, >=) number, eg
- - id<20 -- search only the first few images
-
- id>=500 -- search later images
+
- id<20 -- search only the first few posts
+
- id>=500 -- search later posts
user=Username & poster=Username, eg
@@ -74,48 +74,48 @@ Shimmie extensions may provide other filters:
hash=md5sum & md5=md5sum, eg
- - hash=bf5b59173f16b6937a4021713dbfaa72 -- find the \"Taiga want up!\" image
+
- hash=bf5b59173f16b6937a4021713dbfaa72 -- find the \"Taiga want up!\" post
- md5=bf5b59173f16b6937a4021713dbfaa72 -- same as above
filename=blah & name=blah, eg
- - filename=kitten -- find all images with \"kitten\" in the original filename
+
- filename=kitten -- find all posts with \"kitten\" in the original filename
- name=kitten -- same as above
posted (=, <, >, <=, >=) date, eg
- - posted>=2009-12-25 posted<=2010-01-01 -- find images posted between christmas and new year
+
- posted>=2009-12-25 posted<=2010-01-01 -- find posts posted between christmas and new year
tags (=, <, >, <=, >=) count, eg
- - tags=1 -- search for images with only 1 tag
-
- tags>=10 -- search for images with 10 or more tags
-
- tags<25 -- search for images with less than 25 tags
+
- tags=1 -- search for posts with only 1 tag
+
- tags>=10 -- search for posts with 10 or more tags
+
- tags<25 -- search for posts with less than 25 tags
source=(URL, any, none) eg
- - source=http://example.com -- find all images with \"http://example.com\" in the source
-
- source=any -- find all images with a source
-
- source=none -- find all images without a source
+
- source=http://example.com -- find all posts with \"http://example.com\" in the source
+
- source=any -- find all posts with a source
+
- source=none -- find all posts without a source
order=(id, width, height, filesize, filename)_(ASC, DESC), eg
- - order=width -- find all images sorted from highest > lowest width
-
- order=filesize_asc -- find all images sorted from lowest > highest filesize
+
- order=width -- find all posts sorted from highest > lowest width
+
- order=filesize_asc -- find all posts sorted from lowest > highest filesize
order=random_####, eg
- - order=random_8547 -- find all images sorted randomly using 8547 as a seed
+
- order=random_8547 -- find all posts sorted randomly using 8547 as a seed
-Search items can be combined to search for images which match both,
+
Search items can be combined to search for posts which match both,
or you can stick \"-\" in front of an item to search for things that don't
match it.
Metatags can be followed by \":\" rather than \"=\" if you prefer.
@@ -129,43 +129,43 @@ match it.
downvoted_by=Username -- search for a user's dislikes
upvoted_by_id=UserID -- search for a user's likes by user ID
downvoted_by_id=UserID -- search for a user's dislikes by user ID
- order=score_(ASC, DESC) -- find all images sorted from by score
+ order=score_(ASC, DESC) -- find all posts sorted from by score
- Image Rating
+ Post Rating
- - rating=se -- find safe and explicit images, ignore questionable and unknown
+
- rating=se -- find safe and explicit posts, ignore questionable and unknown
Favorites
- - favorites (=, <, >, <=, >=) number -- search for images favourited a certain number of times
+
- favorites (=, <, >, <=, >=) number -- search for posts favourited a certain number of times
- favourited_by=Username -- search for a user's choices by username
- favorited_by_userno=UserID -- search for a user's choice by userID
Notes
- - notes (=, <, >, <=, >=) number -- search by the number of notes an image has
-
- notes_by=Username -- search for images containing notes created by username
-
- notes_by_userno=UserID -- search for images containing notes created by userID
+
- notes (=, <, >, <=, >=) number -- search by the number of notes a post has
+
- notes_by=Username -- search for posts containing notes created by username
+
- notes_by_userno=UserID -- search for posts containing notes created by userID
Artists
- - author=ArtistName -- search for images by artist
+
- author=ArtistName -- search for posts by artist
- Image Comments
+ Post Comments
- - comments (=, <, >, <=, >=) number -- search for images by number of comments
-
- commented_by=Username -- search for images containing user's comments by username
-
- commented_by_userno=UserID -- search for images containing user's comments by userID
+
- comments (=, <, >, <=, >=) number -- search for posts by number of comments
+
- commented_by=Username -- search for posts containing user's comments by username
+
- commented_by_userno=UserID -- search for posts containing user's comments by userID
Pools
- - pool=(PoolID, any, none) -- search for images in a pool by PoolID.
-
- pool_by_name=PoolName -- search for images in a pool by PoolName. underscores are replaced with spaces
+
- pool=(PoolID, any, none) -- search for posts in a pool by PoolID.
+
- pool_by_name=PoolName -- search for posts in a pool by PoolName. underscores are replaced with spaces
Post Relationships
- - parent=(parentID, any, none) -- search for images by parentID / if they have, do not have a parent
-
- child=(any, none) -- search for images which have, or do not have children
+
- parent=(parentID, any, none) -- search for posts by parentID / if they have, do not have a parent
+
- child=(any, none) -- search for posts which have, or do not have children
";
diff --git a/ext/index/theme.php b/ext/index/theme.php
index 6fc3352b..31d344b7 100644
--- a/ext/index/theme.php
+++ b/ext/index/theme.php
@@ -171,10 +171,10 @@ and of course start organising your images :-)
$page->add_html_header('');
}
$query = url_escape(Tag::caret(Tag::implode($this->search_terms)));
- $page->add_block(new Block("Images", $this->build_table($images, "#search=$query"), "main", 10, "image-list"));
+ $page->add_block(new Block("Posts", $this->build_table($images, "#search=$query"), "main", 10, "image-list"));
$this->display_paginator($page, "post/list/$query", null, $this->page_number, $this->total_pages, true);
} else {
- $page->add_block(new Block("Images", $this->build_table($images, null), "main", 10, "image-list"));
+ $page->add_block(new Block("Posts", $this->build_table($images, null), "main", 10, "image-list"));
$this->display_paginator($page, "post/list", null, $this->page_number, $this->total_pages, true);
}
}
@@ -272,7 +272,7 @@ and of course start organising your images :-)
hash=0D3512CAA964B2BA5D7851AF5951F33B
-
Returns image with an MD5 hash 0D3512CAA964B2BA5D7851AF5951F33B.
+
Returns post with an MD5 hash 0D3512CAA964B2BA5D7851AF5951F33B.