SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

From: <md...@us...> - 2007年09月07日 18:07:44
Revision: 3811
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3811&view=rev
Author: mdboom
Date: 2007年09月07日 11:07:43 -0700 (2007年9月07日)
Log Message:
-----------
Note that .bmp is no longer an alias for .raw
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2007年09月07日 15:23:32 UTC (rev 3810)
+++ trunk/matplotlib/CHANGELOG	2007年09月07日 18:07:43 UTC (rev 3811)
@@ -1,3 +1,5 @@
+2007年09月06日 .bmp file format is now longer an alias for .raw
+
 2007年09月07日 Added clip path support to pdf backend. - JKS
 
 2007年09月06日 Fixed a bug in the embedding of Type 1 fonts in PDF.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ds...@us...> - 2007年09月24日 13:00:13
Revision: 3880
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3880&view=rev
Author: dsdale
Date: 2007年09月24日 06:00:12 -0700 (2007年9月24日)
Log Message:
-----------
backend_qt* bugfix for multiple plot windows and show()
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2007年09月24日 12:56:38 UTC (rev 3879)
+++ trunk/matplotlib/CHANGELOG	2007年09月24日 13:00:12 UTC (rev 3880)
@@ -1,3 +1,7 @@
+2007年09月24日 Applied Eike Welk's patch reported on mpl-dev on 2007年09月22日
+ Fixes a bug with multiple plot windows in the qt backend,
+ ported the changes to backend_qt4 as well - DSD
+
 2007年09月21日 Changed cbook.reversed to yield the same result as the 
 python reversed builtin - DSD
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <cm...@us...> - 2007年11月28日 01:33:16
Revision: 4475
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4475&view=rev
Author: cmoad
Date: 2007年11月27日 17:33:15 -0800 (2007年11月27日)
Log Message:
-----------
rev typo fixed for 0.91 release
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2007年11月28日 01:31:59 UTC (rev 4474)
+++ trunk/matplotlib/CHANGELOG	2007年11月28日 01:33:15 UTC (rev 4475)
@@ -1,5 +1,5 @@
 ===============================================================
-2007年11月27日 Released 0.91.0 at revision 4244
+2007年11月27日 Released 0.91.0 at revision 4474
 
 2007年11月13日 All backends now support writing to a file-like object, not
 	 just a regular file. savefig() can be passed a file-like
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <cm...@us...> - 2007年11月28日 02:25:07
Revision: 4477
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4477&view=rev
Author: cmoad
Date: 2007年11月27日 18:25:06 -0800 (2007年11月27日)
Log Message:
-----------
rev bump for new bug
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2007年11月28日 02:24:40 UTC (rev 4476)
+++ trunk/matplotlib/CHANGELOG	2007年11月28日 02:25:06 UTC (rev 4477)
@@ -1,5 +1,5 @@
 ===============================================================
-2007年11月27日 Released 0.91.0 at revision 4474
+2007年11月27日 Released 0.91.0 at revision 4477
 
 2007年11月13日 All backends now support writing to a file-like object, not
 	 just a regular file. savefig() can be passed a file-like
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <cm...@us...> - 2007年11月30日 02:41:02
Revision: 4513
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4513&view=rev
Author: cmoad
Date: 2007年11月29日 18:41:01 -0800 (2007年11月29日)
Log Message:
-----------
minor rev bump
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2007年11月30日 02:40:30 UTC (rev 4512)
+++ trunk/matplotlib/CHANGELOG	2007年11月30日 02:41:01 UTC (rev 4513)
@@ -1,4 +1,7 @@
 ===============================================================
+2007年11月27日 Released 0.91.1 at revision 4513
+たす
+たす===============================================================
 2007年11月27日 Released 0.91.0 at revision 4478
 
 2007年11月13日 All backends now support writing to a file-like object, not
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2007年12月07日 19:19:04
Revision: 4670
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4670&view=rev
Author: mdboom
Date: 2007年12月07日 11:18:58 -0800 (2007年12月07日)
Log Message:
-----------
Updating CHANGELOG.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2007年12月07日 19:18:02 UTC (rev 4669)
+++ trunk/matplotlib/CHANGELOG	2007年12月07日 19:18:58 UTC (rev 4670)
@@ -1,3 +1,5 @@
+2007年12月07日 Issue a warning when drawing an image on a non-linear axis. - MGD
+
 2007年12月06日 let widgets.Cursor initialize to the lower x and y bounds
 rather than 0,0, which can cause havoc for dates and other
 transforms - DSD
@@ -6,6 +8,10 @@
 
 2007年12月06日 fixed a bug in rcsetup, see bug 1845057 - DSD
 
+2007年12月05日 Fix how fonts are cached to avoid loading the same one multiple times.
+ (This was a regression since 0.90 caused by the refactoring of
+ font_manager.py) - MGD
+
 ===============================================================
 2007年11月27日 Released 0.91.1 at revision 4517
 
@@ -17,8 +23,8 @@
 	 object in place of a file path. - MGD
 
 2007年11月13日 Improved the default backend selection at build time:
- SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable 
- backend in this progression will be chosen in the default 
+ SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable
+ backend in this progression will be chosen in the default
 config file. If a backend is defined in setup.cfg, that will
 be the default backend - DSD
 
@@ -28,41 +34,41 @@
 2007年11月12日 Exposed all the build options in setup.cfg. These options are
 read into a dict called "options" by setupext.py. Also, added
 "-mpl" tags to the version strings for packages provided by
- matplotlib. Versions provided by mpl will be identified and 
+ matplotlib. Versions provided by mpl will be identified and
 updated on subsequent installs - DSD
 
 2007年11月12日 Added support for STIX fonts. A new rcParam,
-	 mathtext.fontset, can be used to choose between: 
- 
+	 mathtext.fontset, can be used to choose between:
+
 	 'cm':
-	 The TeX/LaTeX Computer Modern fonts 
+	 The TeX/LaTeX Computer Modern fonts
 
-	 'stix': 
+	 'stix':
 	 The STIX fonts (see stixfonts.org)
 
-	 'stixsans': 
-	 The STIX fonts, using sans-serif glyphs by default 
+	 'stixsans':
+	 The STIX fonts, using sans-serif glyphs by default
 
-	 'custom': 
+	 'custom':
 	 A generic Unicode font, in which case the mathtext font
 	 must be specified using mathtext.bf, mathtext.it,
 	 mathtext.sf etc.
- 
+
 	 Added a new example, stix_fonts_demo.py to show how to access
 	 different fonts and unusual symbols.
-	 
+
 - MGD
 
-2007年11月12日 Options to disable building backend extension modules moved 
+2007年11月12日 Options to disable building backend extension modules moved
 from setup.py to setup.cfg - DSD
 
 2007年11月09日 Applied Martin Teichmann's patch 1828813: a QPainter is used in
- paintEvent, which has to be destroyed using the method end(). If 
- matplotlib raises an exception before the call to end - and it 
- does if you feed it with bad data - this method end() is never 
+ paintEvent, which has to be destroyed using the method end(). If
+ matplotlib raises an exception before the call to end - and it
+ does if you feed it with bad data - this method end() is never
 called and Qt4 will start spitting error messages
 
-2007年11月09日 Moved pyparsing back into matplotlib namespace. Don't use 
+2007年11月09日 Moved pyparsing back into matplotlib namespace. Don't use
 system pyparsing, API is too variable from one release
 to the next - DSD
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jd...@us...> - 2007年12月13日 22:40:36
Revision: 4730
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4730&view=rev
Author: jdh2358
Date: 2007年12月13日 14:40:33 -0800 (2007年12月13日)
Log Message:
-----------
noted rec2gtk and recexcel moves in CHANGELOG
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2007年12月13日 18:42:54 UTC (rev 4729)
+++ trunk/matplotlib/CHANGELOG	2007年12月13日 22:40:33 UTC (rev 4730)
@@ -1,3 +1,6 @@
+2007年12月13日 Moved rec2gtk to matplotlib.toolkits.gtktools and rec2excel
+ to matplotlib.toolkits.exceltools - JDH
+
 2007年12月12日 Support alpha-blended text in the Agg and Svg backends -
 MGD
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <js...@us...> - 2008年01月10日 13:15:39
Revision: 4838
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4838&view=rev
Author: jswhit
Date: 2008年01月10日 05:15:37 -0800 (2008年1月10日)
Log Message:
-----------
moved toolkits to mpl_toolkits
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年01月10日 13:12:46 UTC (rev 4837)
+++ trunk/matplotlib/CHANGELOG	2008年01月10日 13:15:37 UTC (rev 4838)
@@ -1,3 +1,6 @@
+2008年01月10日 Moved toolkits to mpl_toolkits, made mpl_toolkits
+ a namespace package - JSWHIT
+
 2008年01月10日 Use setup.cfg to set the default parameters (tkagg, 
 numpy) when building windows installers - DSD
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jd...@us...> - 2008年02月16日 21:12:15
Revision: 4976
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4976&view=rev
Author: jdh2358
Date: 2008年02月16日 13:12:14 -0800 (2008年2月16日)
Log Message:
-----------
addred rec_groupby and rec2txt
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年02月16日 20:58:37 UTC (rev 4975)
+++ trunk/matplotlib/CHANGELOG	2008年02月16日 21:12:14 UTC (rev 4976)
@@ -2,7 +2,6 @@
 (rec_summarize, rec2txt and rec_groupby). See
 examples/rec_groupby_demo.py. Thanks to Tim M for rec2txt.
 
-
 2008年02月12日 Applied Erik Tollerud's span selector patch - JDH
 
 2008年02月11日 Update plotting() doc string to refer to getp/setp. - JKS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年04月28日 17:16:02
Revision: 5092
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5092&view=rev
Author: mdboom
Date: 2008年04月28日 09:52:44 -0700 (2008年4月28日)
Log Message:
-----------
Removing SVN conflict marker.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年04月28日 14:19:06 UTC (rev 5091)
+++ trunk/matplotlib/CHANGELOG	2008年04月28日 16:52:44 UTC (rev 5092)
@@ -14,7 +14,6 @@
 2008年04月24日 Fix compilation issues on VS2003 (Thanks Martin Spacek for
 all the help) - MGD
 
->>>>>>> .merge-right.r5090
 2008年04月24日 Fix sub/superscripts when the size of the font has been
 changed - MGD
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ds...@us...> - 2008年05月05日 18:59:42
Revision: 5117
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5117&view=rev
Author: dsdale
Date: 2008年05月05日 11:59:10 -0700 (2008年5月05日)
Log Message:
-----------
forgot to make a note in the changelog
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年05月05日 18:56:38 UTC (rev 5116)
+++ trunk/matplotlib/CHANGELOG	2008年05月05日 18:59:10 UTC (rev 5117)
@@ -1,3 +1,7 @@
+2008年05月05日 pass notify_axes_change to the figure's add_axobserver
+ in the qt backends, like we do for the other backends.
+ Thanks Glenn Jones for the report - DSD
+
 2008年05月02日 Added step histograms, based on patch by Erik Tollerud. - MM
 
 2008年05月02日 On PyQt <= 3.14 there is no way to determine the underlying
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jd...@us...> - 2008年05月16日 20:09:14
Revision: 5155
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5155&view=rev
Author: jdh2358
Date: 2008年05月16日 13:09:09 -0700 (2008年5月16日)
Log Message:
-----------
added changelog entry
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年05月16日 20:08:39 UTC (rev 5154)
+++ trunk/matplotlib/CHANGELOG	2008年05月16日 20:09:09 UTC (rev 5155)
@@ -1,3 +1,5 @@
+2008年05月16日 Reorganized examples dir
+
 2008年05月16日 Added 'elinewidth' keyword arg to errorbar, based on patch
 by Christopher Brown - MM
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <ds...@us...> - 2008年05月22日 21:02:14
Revision: 5219
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5219&view=rev
Author: dsdale
Date: 2008年05月22日 14:02:08 -0700 (2008年5月22日)
Log Message:
-----------
forgot to commit the CHANGELOG
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年05月22日 21:01:40 UTC (rev 5218)
+++ trunk/matplotlib/CHANGELOG	2008年05月22日 21:02:08 UTC (rev 5219)
@@ -1,3 +1,10 @@
+2008年05月22日 Added support for ReST-based doumentation using Sphinx.
+ Documents are located in doc/, and are broken up into
+ a users guide and an API reference. To build, run the
+ make.py files. Sphinx-0.4 is needed to build generate xml,
+ which will be useful for rendering equations with mathml,
+ use sphinx from svn until 0.4 is released - DSD
+
 2008年05月21日 Fix segfault in TkAgg backend - MGD
 
 2008年05月21日 Fix a "local variable unreferenced" bug in plotfile - MM
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年05月29日 15:14:24
Revision: 5301
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5301&view=rev
Author: mdboom
Date: 2008年05月29日 08:13:52 -0700 (2008年5月29日)
Log Message:
-----------
Removed erroneous CHANGELOG entry (it was applied only to branch)
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年05月29日 14:57:15 UTC (rev 5300)
+++ trunk/matplotlib/CHANGELOG	2008年05月29日 15:13:52 UTC (rev 5301)
@@ -3,8 +3,6 @@
 fixed a bug introduced when get_grey method was added
 - DSD
 
-2008年05月29日 Implement path clipping in SVG backend - MGD
-
 2008年05月28日 Fix crashing of PDFs in xpdf and ghostscript when two-byte
 characters are used with Type 3 fonts - MGD
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jd...@us...> - 2008年06月12日 19:15:34
Revision: 5491
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5491&view=rev
Author: jdh2358
Date: 2008年06月12日 12:15:17 -0700 (2008年6月12日)
Log Message:
-----------
added array and png helper funcs to mathtext
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年06月12日 19:14:21 UTC (rev 5490)
+++ trunk/matplotlib/CHANGELOG	2008年06月12日 19:15:17 UTC (rev 5491)
@@ -2,7 +2,7 @@
 return bitmap arrays or write pngs to make it easier to use
 mathtext outside the context of an mpl figure. modified
 the mathpng sphinxext to use the mathtext png save
- functionality
+ functionality - see examples/api/mathtext_asarray.py - JDH
 
 2008年06月11日 Use matplotlib.mathtext to render math expressions in
 online docs - MGD
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <cm...@us...> - 2008年06月23日 01:32:25
Revision: 5637
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5637&view=rev
Author: cmoad
Date: 2008年06月22日 18:32:18 -0700 (2008年6月22日)
Log Message:
-----------
minor rev bump
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年06月22日 16:32:47 UTC (rev 5636)
+++ trunk/matplotlib/CHANGELOG	2008年06月23日 01:32:18 UTC (rev 5637)
@@ -1,3 +1,6 @@
+===============================================================
+2008年06月22日 Released 0.98.1 at revision 5637
+
 2008年06月22日 Removed axes3d support and replaced it with a
 NotImplementedError for one release cycle
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年06月24日 17:46:54
Revision: 5664
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5664&view=rev
Author: mdboom
Date: 2008年06月24日 10:46:40 -0700 (2008年6月24日)
Log Message:
-----------
Updating changelog.
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年06月24日 17:44:09 UTC (rev 5663)
+++ trunk/matplotlib/CHANGELOG	2008年06月24日 17:46:40 UTC (rev 5664)
@@ -1,4 +1,6 @@
-2006年08月24日 Applied Stefan's patch to draw a sinle centered marker over
+2006年06月24日 Added "transparent" kwarg to savefig. - MGD
+
+2006年06月24日 Applied Stefan's patch to draw a sinle centered marker over
 a line with numpoints==1 - JDH
 
 2008年06月23日 Use splines to render circles in scatter plots - MGD
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <jd...@us...> - 2008年06月24日 18:16:30
Revision: 5668
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5668&view=rev
Author: jdh2358
Date: 2008年06月24日 11:16:11 -0700 (2008年6月24日)
Log Message:
-----------
tagged 0.98.2
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年06月24日 18:13:40 UTC (rev 5667)
+++ trunk/matplotlib/CHANGELOG	2008年06月24日 18:16:11 UTC (rev 5668)
@@ -1,3 +1,6 @@
+=================================================================
+2006年02月24日 Released 0.98.2 at svn r5667 - (source only for debian) JDH
+
 2006年06月24日 Added "transparent" kwarg to savefig. - MGD
 
 2006年06月24日 Applied Stefan's patch to draw a sinle centered marker over
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <md...@us...> - 2008年07月07日 18:34:49
Revision: 5718
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5718&view=rev
Author: mdboom
Date: 2008年07月07日 11:34:48 -0700 (2008年7月07日)
Log Message:
-----------
Committing CHANGELOG
Modified Paths:
--------------
 trunk/matplotlib/CHANGELOG
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG	2008年07月07日 18:34:07 UTC (rev 5717)
+++ trunk/matplotlib/CHANGELOG	2008年07月07日 18:34:48 UTC (rev 5718)
@@ -1,11 +1,13 @@
-2007年07月03日 Implemented findobj method for artist and pyplot - see
+2008年07月07日 Fix custom scales in pcolormesh (thanks Matthew Turk) - MGD
+
+2008年07月03日 Implemented findobj method for artist and pyplot - see
 examples/pylab_examples/findobj_demo.py - JDH
 
 2008年06月30日 Another attempt to fix TextWithDash - DSD
 
-2008年06月30日 Removed Qt4 NavigationToolbar2.destroy -- it appears to 
- have been unnecessary and caused a bug reported by P. 
- Raybaut - DSD 
+2008年06月30日 Removed Qt4 NavigationToolbar2.destroy -- it appears to
+ have been unnecessary and caused a bug reported by P.
+ Raybaut - DSD
 
 2008年06月27日 Fixed tick positioning bug - MM
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /