﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Meta%3ATools%2FWiki_conversions%2FDocBook_to_Wiki%2FUploading_images</id>
	<title>Meta:Tools/Wiki conversions/DocBook to Wiki/Uploading images - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Meta%3ATools%2FWiki_conversions%2FDocBook_to_Wiki%2FUploading_images"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Tools/Wiki_conversions/DocBook_to_Wiki/Uploading_images&amp;action=history"/>
	<updated>2026-08-08T20:28:28Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Meta:Tools/Wiki_conversions/DocBook_to_Wiki/Uploading_images&amp;diff=40044&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Tools/Wiki_conversions/DocBook_to_Wiki/Uploading_images&amp;diff=40044&amp;oldid=prev"/>
		<updated>2018-06-28T17:44:44Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 17:44時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Meta:Tools/Wiki_conversions/DocBook_to_Wiki/Uploading_images&amp;diff=40043&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Meta:Guides/Wiki conversions/DocBook to Wiki/Uploading images to Meta:Tools/Wiki conversions/DocBook to Wiki/Uploading images:&amp;#32;move to Tools/</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Tools/Wiki_conversions/DocBook_to_Wiki/Uploading_images&amp;diff=40043&amp;oldid=prev"/>
		<updated>2009-07-10T11:56:04Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Meta:Guides/Wiki_conversions/DocBook_to_Wiki/Uploading_images&quot; class=&quot;mw-redirect&quot; title=&quot;Meta:Guides/Wiki conversions/DocBook to Wiki/Uploading images&quot;&gt;Meta:Guides/Wiki conversions/DocBook to Wiki/Uploading images&lt;/a&gt; to &lt;a href=&quot;/Meta:Tools/Wiki_conversions/DocBook_to_Wiki/Uploading_images&quot; title=&quot;Meta:Tools/Wiki conversions/DocBook to Wiki/Uploading images&quot;&gt;Meta:Tools/Wiki conversions/DocBook to Wiki/Uploading images&lt;/a&gt;: move to Tools/&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;from #mediawiki:&lt;br /&gt;
 &amp;lt;Inktvlek&amp;gt; is there any logic in the subdirs in &amp;quot;upload/&amp;quot; ?&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; Inktvlek: the names of the subdirs are derived from an md5 checksum of the file name.&lt;br /&gt;
 &amp;lt;Inktvlek&amp;gt; so can I externally upload images to the server?&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; Inktvlek: well, you can upload them vis FTP or so, but MediaWiki won't know about them. You would have to create the appropriate entries in the database too.&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; best write a script to fill the image table, and create the respective pages in the image namespace, too.&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; Inktvlek: or you could enable external images. You would then be able to directly include images from anywhere, including some place on your server.&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; I'm not supre about the details (syntax, etc) though&lt;br /&gt;
 &amp;lt;Inktvlek&amp;gt; would it be easier to write a script that uses the upload page?&lt;br /&gt;
 &amp;lt;Inktvlek&amp;gt; a bot rather&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; you meight be able to mis-use that feature... but that would probably require some hacking.&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; Inktvlek: easier, yes, especially as there are already bots for that (pybot has an upload feature, for instance)&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; but it would also be a lot slower.&lt;br /&gt;
 &amp;lt;Inktvlek&amp;gt; Duesentrieb, one last question (I realised that the actual script you proposed we should write is not *that* hard to write), is the md5 derived sub-dir really necessary?&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; Inktvlek: no, not unless you have soo many files that the file system would refuse to put them in a sinlge directory.&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; There's an option for a &amp;quot;flat&amp;quot; structure somewhere... at least there was.&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; yea, there it is:&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; $wgHashedUploadDirectory= false;&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; Inktvlek: have a look at http://pywikipediabot.sourceforge.net/&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; Inktvlek: here's an upload script (perl): http://commons.wikimedia.org/wiki/Commons:File_upload_service/Script&lt;br /&gt;
 &amp;lt;Duesentrieb&amp;gt; that would proably be the easiest way...&lt;br /&gt;
 &amp;lt;Inktvlek&amp;gt; You're the man! Thank you!&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>